home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
Issue68
/
Property
/
Listing3.pas
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
2001-03-06
|
144 b
|
8 lines
procedure TColoredWidget.SetColor (Value: TColor);
begin
if Value <> clBlack then begin
FColor := Value;
Refresh;
end;
end;